home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / sound / emxwin40.zip / _SETUP.1 / EnigmacrossDemo.exe / 0 / RCDATA / TEMXDEMOCLUESFORM / TEMXDEMOCLUESFORM.txt
Text File  |  1997-04-01  |  711b  |  35 lines

  1. object EmxDemoCluesForm: TEmxDemoCluesForm
  2.   Left = 228
  3.   Top = 298
  4.   Width = 435
  5.   Height = 182
  6.   BorderIcons = []
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Clues'
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCloseQuery = FormCloseQuery
  14.   OnDeactivate = FormDeactivate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ClueList: TListBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 427
  22.     Height = 155
  23.     Align = alClient
  24.     Color = clWhite
  25.     Font.Color = clBlack
  26.     Font.Height = -15
  27.     Font.Name = 'Times New Roman'
  28.     Font.Style = []
  29.     ItemHeight = 17
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     OnClick = ClueListClick
  33.   end
  34. end
  35.